home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / misc / sana2.lzh / sana2 / include / devices / sana2specialstats.i < prev   
Text File  |  1991-11-18  |  1KB  |  46 lines

  1.     IFND    SANA2_SANA2SPECIALSTATS_I
  2. SANA2_SANA2SPECIALSTATS_I    SET    1
  3. **
  4. **    $Id: sana2specialstats.i,v 1.2 91/10/17 12:59:56 dlarson Exp $
  5. **
  6. **    Defined ids for SANA-II special statistics.
  7. **
  8. **
  9. **    (C) Copyright 1991 Commodore-Amiga Inc.
  10. **        All Rights Reserved
  11. **
  12.  
  13.  
  14.     IFND    SANA2_SANA2DEVICE_I
  15.     INCLUDE    "sana2/sana2device.i"
  16.     ENDC    !SANA2_SANA2DEVICE_I
  17.  
  18. ;
  19. ; The SANA-II special statistic identifier is an unsigned 32 number.
  20. ; The upper 16 bits identify the type of network wire type to which
  21. ; the statistic applies and the lower 16 bits identify the particular
  22. ; statistic.
  23. ;
  24.  
  25. ; If you'd like to add new statistic identifiers, contact CATS.
  26.  
  27. ;
  28. ; defined ethernet special statistics
  29. ;
  30.  
  31. S2SS_ETHERNET_BADMULTICAST    EQU    ((((S2WIRETYPE_ETHERNET)&$ffff)<<16)|$0000)
  32. ;
  33. ; This count will record the number of times a received packet tripped
  34. ; the hardware's multicast filtering mechanism but was not actually in
  35. ; the current multicast table.
  36. ;
  37.  
  38. S2SS_ETHERNET_RETRIES        EQU    ((((S2WIRETYPE_ETHERNET)&$ffff)<<16)|$0001)
  39. ;
  40. ; This count records the total number of retries which have resulted
  41. ; from transmissions on this board.
  42. ;
  43.  
  44.  
  45.     ENDC    SANA2_SANA2SPECIALSTATS_I
  46.